home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / misc / StripHunk.readme < prev    next >
Text File  |  1998-01-05  |  2KB  |  50 lines

  1. Short:    Tiny cli-command to strip hunks/relocs
  2. Author:   mission@cs.tu-berlin.de (joerg riemer)
  3. Uploader: mission@cs.tu-berlin.de (joerg riemer)
  4. Version:  1.2
  5. Type:     dev/misc
  6. Requires: Kick 2.0+
  7. Replaces: dev/misc/StripHunk.*
  8.  
  9. StripHunk is a tiny cli-command to strip debug hunks like HUNK_DEBUG,
  10. HUNK_SYMBOL and or HUNK_NAME may be available in any executable file.
  11. StripHunk is also able to change relocation hunks from HUNK_RELOC32 to
  12. HUNK_DREL32 and backward. in most cases it will save a bit of your
  13. diskspace when a HUNK_RELOC32 could be replaced by the optimized
  14. HUNK_DREL32.
  15.  
  16. a special option allows to create code/data_hunks known as code-bss
  17. or data-bss sections. but this is mainly useful for lazy assembler
  18. programmers like me. it's not important if you don't know for what
  19. these sections are. a moderate asm-programmer will and i hope they
  20. like this option.
  21.  
  22. you may also strip overlay-files with striphunk, but they must be in
  23. a standard-overlay format. currently i know only 2 programs which are
  24. generated in that format. these are DPaintIV from Electronic Arts and
  25. SetVNC from the ViNCEd-package by Thomas Richter. all others i found
  26. simply are dirty hacker tricks which have nothing to do with overlay.
  27. again, any former version of DPaint is generated by a self-constructed
  28. overlay-style and not compatible. so, don't wonder when StripHunk stops
  29. proccessing these files by printing an overlay_error.
  30.  
  31. *** USE AT YOUR OWN RISK ***
  32.  
  33.   joerg...
  34.  
  35. ps:  a special thanks to Thomas Baust who inspirated me to program
  36. this piece. and secondly to Thomas Richter for the long discussion
  37. about overlays and their secrets to be or not to be in amiga's life.
  38.  
  39.  
  40. ============================= Archive contents =============================
  41.  
  42. Original  Packed Ratio    Date     Time    Name
  43. -------- ------- ----- --------- --------  -------------
  44.     3336    2440 26.8% 28-Nov-97 02:59:16 +StripHunk
  45.     6644    2608 60.7% 27-Nov-97 23:39:08 +StripHunk.doc
  46.     9891    3932 60.2% 29-Nov-97 01:49:18 +StripHunk.dok
  47.     1669     904 45.8% 02-Dec-97 02:37:30 +StripHunk.ReadMe
  48. -------- ------- ----- --------- --------
  49.    21540    9884 54.1% 07-Dec-97 00:12:34   4 files
  50.